Next | Prev | Up | Top | Contents | Index

Configuring a Nonloadable Driver

When the driver is not loadable, it is linked as part of the IRIX kernel. The following steps are needed to make the driver usable:

  1. Place the driver executable file in /var/sysgen/boot.

  2. Place a descriptive file in /var/sysgen/master.d.

  3. Place a directive file in /var/sysgen/system (or simply add a line to /var/sysgen/system/irix.sm).

  4. Run autoconfig to generate a new kernel.

  5. Reboot the system.
Some of these steps are elaborated in the following topics.


How Names Are Used in Configuration
Placing the Object File in /var/sysgen/boot
Describing the Driver in /var/sysgen/master.d
Configuring a Kernel
Generating a Kernel

Next | Prev | Up | Top | Contents | Index